go/types.Checker.collectTypeParams (method)

4 uses

	go/types (current package)
		decl.go#L604: 				check.collectTypeParams(&alias.tparams, tdecl.TypeParams)
		decl.go#L642: 		check.collectTypeParams(&named.tparams, tdecl.TypeParams)
		decl.go#L667: func (check *Checker) collectTypeParams(dst **TypeParamList, list *ast.FieldList) {
		signature.go#L159: 		check.collectTypeParams(&sig.tparams, ftyp.TypeParams)